3.3.39 \(\int \frac {(a+b \text {arcsinh}(c x))^2}{x (d+c^2 d x^2)^2} \, dx\) [239]

3.3.39.1 Optimal result
3.3.39.2 Mathematica [C] (verified)
3.3.39.3 Rubi [C] (verified)
3.3.39.4 Maple [B] (verified)
3.3.39.5 Fricas [F]
3.3.39.6 Sympy [F]
3.3.39.7 Maxima [F]
3.3.39.8 Giac [F]
3.3.39.9 Mupad [F(-1)]

3.3.39.1 Optimal result

Integrand size = 26, antiderivative size = 193 \[ \int \frac {(a+b \text {arcsinh}(c x))^2}{x \left (d+c^2 d x^2\right )^2} \, dx=-\frac {b c x (a+b \text {arcsinh}(c x))}{d^2 \sqrt {1+c^2 x^2}}+\frac {(a+b \text {arcsinh}(c x))^2}{2 d^2 \left (1+c^2 x^2\right )}-\frac {2 (a+b \text {arcsinh}(c x))^2 \text {arctanh}\left (e^{2 \text {arcsinh}(c x)}\right )}{d^2}+\frac {b^2 \log \left (1+c^2 x^2\right )}{2 d^2}-\frac {b (a+b \text {arcsinh}(c x)) \operatorname {PolyLog}\left (2,-e^{2 \text {arcsinh}(c x)}\right )}{d^2}+\frac {b (a+b \text {arcsinh}(c x)) \operatorname {PolyLog}\left (2,e^{2 \text {arcsinh}(c x)}\right )}{d^2}+\frac {b^2 \operatorname {PolyLog}\left (3,-e^{2 \text {arcsinh}(c x)}\right )}{2 d^2}-\frac {b^2 \operatorname {PolyLog}\left (3,e^{2 \text {arcsinh}(c x)}\right )}{2 d^2} \]

output
1/2*(a+b*arcsinh(c*x))^2/d^2/(c^2*x^2+1)-2*(a+b*arcsinh(c*x))^2*arctanh((c 
*x+(c^2*x^2+1)^(1/2))^2)/d^2+1/2*b^2*ln(c^2*x^2+1)/d^2-b*(a+b*arcsinh(c*x) 
)*polylog(2,-(c*x+(c^2*x^2+1)^(1/2))^2)/d^2+b*(a+b*arcsinh(c*x))*polylog(2 
,(c*x+(c^2*x^2+1)^(1/2))^2)/d^2+1/2*b^2*polylog(3,-(c*x+(c^2*x^2+1)^(1/2)) 
^2)/d^2-1/2*b^2*polylog(3,(c*x+(c^2*x^2+1)^(1/2))^2)/d^2-b*c*x*(a+b*arcsin 
h(c*x))/d^2/(c^2*x^2+1)^(1/2)
 
3.3.39.2 Mathematica [C] (verified)

Result contains complex when optimal does not.

Time = 1.65 (sec) , antiderivative size = 428, normalized size of antiderivative = 2.22 \[ \int \frac {(a+b \text {arcsinh}(c x))^2}{x \left (d+c^2 d x^2\right )^2} \, dx=\frac {\frac {a^2}{1+c^2 x^2}-\frac {a b \left (\sqrt {1+c^2 x^2}-i \text {arcsinh}(c x)\right )}{i+c x}-\frac {a b \left (\sqrt {1+c^2 x^2}+i \text {arcsinh}(c x)\right )}{-i+c x}-2 a b \text {arcsinh}(c x)^2+4 a b \text {arcsinh}(c x) \log \left (1-e^{2 \text {arcsinh}(c x)}\right )+2 a^2 \log (c x)-a^2 \log \left (1+c^2 x^2\right )+a b \left (\text {arcsinh}(c x) \left (\text {arcsinh}(c x)-4 \log \left (1+i e^{\text {arcsinh}(c x)}\right )\right )-4 \operatorname {PolyLog}\left (2,-i e^{\text {arcsinh}(c x)}\right )\right )+a b \left (\text {arcsinh}(c x) \left (\text {arcsinh}(c x)-4 \log \left (1-i e^{\text {arcsinh}(c x)}\right )\right )-4 \operatorname {PolyLog}\left (2,i e^{\text {arcsinh}(c x)}\right )\right )+2 a b \operatorname {PolyLog}\left (2,e^{2 \text {arcsinh}(c x)}\right )+2 b^2 \left (\frac {i \pi ^3}{24}-\frac {c x \text {arcsinh}(c x)}{\sqrt {1+c^2 x^2}}+\frac {\text {arcsinh}(c x)^2}{2+2 c^2 x^2}-\frac {2}{3} \text {arcsinh}(c x)^3-\text {arcsinh}(c x)^2 \log \left (1+e^{-2 \text {arcsinh}(c x)}\right )+\text {arcsinh}(c x)^2 \log \left (1-e^{2 \text {arcsinh}(c x)}\right )+\frac {1}{2} \log \left (1+c^2 x^2\right )+\text {arcsinh}(c x) \operatorname {PolyLog}\left (2,-e^{-2 \text {arcsinh}(c x)}\right )+\text {arcsinh}(c x) \operatorname {PolyLog}\left (2,e^{2 \text {arcsinh}(c x)}\right )+\frac {1}{2} \operatorname {PolyLog}\left (3,-e^{-2 \text {arcsinh}(c x)}\right )-\frac {1}{2} \operatorname {PolyLog}\left (3,e^{2 \text {arcsinh}(c x)}\right )\right )}{2 d^2} \]

input
Integrate[(a + b*ArcSinh[c*x])^2/(x*(d + c^2*d*x^2)^2),x]
 
output
(a^2/(1 + c^2*x^2) - (a*b*(Sqrt[1 + c^2*x^2] - I*ArcSinh[c*x]))/(I + c*x) 
- (a*b*(Sqrt[1 + c^2*x^2] + I*ArcSinh[c*x]))/(-I + c*x) - 2*a*b*ArcSinh[c* 
x]^2 + 4*a*b*ArcSinh[c*x]*Log[1 - E^(2*ArcSinh[c*x])] + 2*a^2*Log[c*x] - a 
^2*Log[1 + c^2*x^2] + a*b*(ArcSinh[c*x]*(ArcSinh[c*x] - 4*Log[1 + I*E^ArcS 
inh[c*x]]) - 4*PolyLog[2, (-I)*E^ArcSinh[c*x]]) + a*b*(ArcSinh[c*x]*(ArcSi 
nh[c*x] - 4*Log[1 - I*E^ArcSinh[c*x]]) - 4*PolyLog[2, I*E^ArcSinh[c*x]]) + 
 2*a*b*PolyLog[2, E^(2*ArcSinh[c*x])] + 2*b^2*((I/24)*Pi^3 - (c*x*ArcSinh[ 
c*x])/Sqrt[1 + c^2*x^2] + ArcSinh[c*x]^2/(2 + 2*c^2*x^2) - (2*ArcSinh[c*x] 
^3)/3 - ArcSinh[c*x]^2*Log[1 + E^(-2*ArcSinh[c*x])] + ArcSinh[c*x]^2*Log[1 
 - E^(2*ArcSinh[c*x])] + Log[1 + c^2*x^2]/2 + ArcSinh[c*x]*PolyLog[2, -E^( 
-2*ArcSinh[c*x])] + ArcSinh[c*x]*PolyLog[2, E^(2*ArcSinh[c*x])] + PolyLog[ 
3, -E^(-2*ArcSinh[c*x])]/2 - PolyLog[3, E^(2*ArcSinh[c*x])]/2))/(2*d^2)
 
3.3.39.3 Rubi [C] (verified)

Result contains complex when optimal does not.

Time = 1.12 (sec) , antiderivative size = 199, normalized size of antiderivative = 1.03, number of steps used = 13, number of rules used = 12, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.462, Rules used = {6226, 27, 6202, 240, 6214, 5984, 3042, 26, 4670, 3011, 2720, 7143}

Below are the steps used by Rubi to obtain the solution. The rule number used for the transformation is given above next to the arrow. The rules definitions used are listed below.

\(\displaystyle \int \frac {(a+b \text {arcsinh}(c x))^2}{x \left (c^2 d x^2+d\right )^2} \, dx\)

\(\Big \downarrow \) 6226

\(\displaystyle -\frac {b c \int \frac {a+b \text {arcsinh}(c x)}{\left (c^2 x^2+1\right )^{3/2}}dx}{d^2}+\frac {\int \frac {(a+b \text {arcsinh}(c x))^2}{d x \left (c^2 x^2+1\right )}dx}{d}+\frac {(a+b \text {arcsinh}(c x))^2}{2 d^2 \left (c^2 x^2+1\right )}\)

\(\Big \downarrow \) 27

\(\displaystyle -\frac {b c \int \frac {a+b \text {arcsinh}(c x)}{\left (c^2 x^2+1\right )^{3/2}}dx}{d^2}+\frac {\int \frac {(a+b \text {arcsinh}(c x))^2}{x \left (c^2 x^2+1\right )}dx}{d^2}+\frac {(a+b \text {arcsinh}(c x))^2}{2 d^2 \left (c^2 x^2+1\right )}\)

\(\Big \downarrow \) 6202

\(\displaystyle -\frac {b c \left (\frac {x (a+b \text {arcsinh}(c x))}{\sqrt {c^2 x^2+1}}-b c \int \frac {x}{c^2 x^2+1}dx\right )}{d^2}+\frac {\int \frac {(a+b \text {arcsinh}(c x))^2}{x \left (c^2 x^2+1\right )}dx}{d^2}+\frac {(a+b \text {arcsinh}(c x))^2}{2 d^2 \left (c^2 x^2+1\right )}\)

\(\Big \downarrow \) 240

\(\displaystyle \frac {\int \frac {(a+b \text {arcsinh}(c x))^2}{x \left (c^2 x^2+1\right )}dx}{d^2}+\frac {(a+b \text {arcsinh}(c x))^2}{2 d^2 \left (c^2 x^2+1\right )}-\frac {b c \left (\frac {x (a+b \text {arcsinh}(c x))}{\sqrt {c^2 x^2+1}}-\frac {b \log \left (c^2 x^2+1\right )}{2 c}\right )}{d^2}\)

\(\Big \downarrow \) 6214

\(\displaystyle \frac {\int \frac {(a+b \text {arcsinh}(c x))^2}{c x \sqrt {c^2 x^2+1}}d\text {arcsinh}(c x)}{d^2}+\frac {(a+b \text {arcsinh}(c x))^2}{2 d^2 \left (c^2 x^2+1\right )}-\frac {b c \left (\frac {x (a+b \text {arcsinh}(c x))}{\sqrt {c^2 x^2+1}}-\frac {b \log \left (c^2 x^2+1\right )}{2 c}\right )}{d^2}\)

\(\Big \downarrow \) 5984

\(\displaystyle \frac {2 \int (a+b \text {arcsinh}(c x))^2 \text {csch}(2 \text {arcsinh}(c x))d\text {arcsinh}(c x)}{d^2}+\frac {(a+b \text {arcsinh}(c x))^2}{2 d^2 \left (c^2 x^2+1\right )}-\frac {b c \left (\frac {x (a+b \text {arcsinh}(c x))}{\sqrt {c^2 x^2+1}}-\frac {b \log \left (c^2 x^2+1\right )}{2 c}\right )}{d^2}\)

\(\Big \downarrow \) 3042

\(\displaystyle \frac {2 \int i (a+b \text {arcsinh}(c x))^2 \csc (2 i \text {arcsinh}(c x))d\text {arcsinh}(c x)}{d^2}+\frac {(a+b \text {arcsinh}(c x))^2}{2 d^2 \left (c^2 x^2+1\right )}-\frac {b c \left (\frac {x (a+b \text {arcsinh}(c x))}{\sqrt {c^2 x^2+1}}-\frac {b \log \left (c^2 x^2+1\right )}{2 c}\right )}{d^2}\)

\(\Big \downarrow \) 26

\(\displaystyle \frac {2 i \int (a+b \text {arcsinh}(c x))^2 \csc (2 i \text {arcsinh}(c x))d\text {arcsinh}(c x)}{d^2}+\frac {(a+b \text {arcsinh}(c x))^2}{2 d^2 \left (c^2 x^2+1\right )}-\frac {b c \left (\frac {x (a+b \text {arcsinh}(c x))}{\sqrt {c^2 x^2+1}}-\frac {b \log \left (c^2 x^2+1\right )}{2 c}\right )}{d^2}\)

\(\Big \downarrow \) 4670

\(\displaystyle \frac {2 i \left (i b \int (a+b \text {arcsinh}(c x)) \log \left (1-e^{2 \text {arcsinh}(c x)}\right )d\text {arcsinh}(c x)-i b \int (a+b \text {arcsinh}(c x)) \log \left (1+e^{2 \text {arcsinh}(c x)}\right )d\text {arcsinh}(c x)+i \text {arctanh}\left (e^{2 \text {arcsinh}(c x)}\right ) (a+b \text {arcsinh}(c x))^2\right )}{d^2}+\frac {(a+b \text {arcsinh}(c x))^2}{2 d^2 \left (c^2 x^2+1\right )}-\frac {b c \left (\frac {x (a+b \text {arcsinh}(c x))}{\sqrt {c^2 x^2+1}}-\frac {b \log \left (c^2 x^2+1\right )}{2 c}\right )}{d^2}\)

\(\Big \downarrow \) 3011

\(\displaystyle \frac {2 i \left (-i b \left (\frac {1}{2} b \int \operatorname {PolyLog}\left (2,-e^{2 \text {arcsinh}(c x)}\right )d\text {arcsinh}(c x)-\frac {1}{2} \operatorname {PolyLog}\left (2,-e^{2 \text {arcsinh}(c x)}\right ) (a+b \text {arcsinh}(c x))\right )+i b \left (\frac {1}{2} b \int \operatorname {PolyLog}\left (2,e^{2 \text {arcsinh}(c x)}\right )d\text {arcsinh}(c x)-\frac {1}{2} \operatorname {PolyLog}\left (2,e^{2 \text {arcsinh}(c x)}\right ) (a+b \text {arcsinh}(c x))\right )+i \text {arctanh}\left (e^{2 \text {arcsinh}(c x)}\right ) (a+b \text {arcsinh}(c x))^2\right )}{d^2}+\frac {(a+b \text {arcsinh}(c x))^2}{2 d^2 \left (c^2 x^2+1\right )}-\frac {b c \left (\frac {x (a+b \text {arcsinh}(c x))}{\sqrt {c^2 x^2+1}}-\frac {b \log \left (c^2 x^2+1\right )}{2 c}\right )}{d^2}\)

\(\Big \downarrow \) 2720

\(\displaystyle \frac {2 i \left (-i b \left (\frac {1}{4} b \int e^{-2 \text {arcsinh}(c x)} \operatorname {PolyLog}\left (2,-e^{2 \text {arcsinh}(c x)}\right )de^{2 \text {arcsinh}(c x)}-\frac {1}{2} \operatorname {PolyLog}\left (2,-e^{2 \text {arcsinh}(c x)}\right ) (a+b \text {arcsinh}(c x))\right )+i b \left (\frac {1}{4} b \int e^{-2 \text {arcsinh}(c x)} \operatorname {PolyLog}\left (2,e^{2 \text {arcsinh}(c x)}\right )de^{2 \text {arcsinh}(c x)}-\frac {1}{2} \operatorname {PolyLog}\left (2,e^{2 \text {arcsinh}(c x)}\right ) (a+b \text {arcsinh}(c x))\right )+i \text {arctanh}\left (e^{2 \text {arcsinh}(c x)}\right ) (a+b \text {arcsinh}(c x))^2\right )}{d^2}+\frac {(a+b \text {arcsinh}(c x))^2}{2 d^2 \left (c^2 x^2+1\right )}-\frac {b c \left (\frac {x (a+b \text {arcsinh}(c x))}{\sqrt {c^2 x^2+1}}-\frac {b \log \left (c^2 x^2+1\right )}{2 c}\right )}{d^2}\)

\(\Big \downarrow \) 7143

\(\displaystyle \frac {2 i \left (i \text {arctanh}\left (e^{2 \text {arcsinh}(c x)}\right ) (a+b \text {arcsinh}(c x))^2-i b \left (\frac {1}{4} b \operatorname {PolyLog}\left (3,-e^{2 \text {arcsinh}(c x)}\right )-\frac {1}{2} \operatorname {PolyLog}\left (2,-e^{2 \text {arcsinh}(c x)}\right ) (a+b \text {arcsinh}(c x))\right )+i b \left (\frac {1}{4} b \operatorname {PolyLog}\left (3,e^{2 \text {arcsinh}(c x)}\right )-\frac {1}{2} \operatorname {PolyLog}\left (2,e^{2 \text {arcsinh}(c x)}\right ) (a+b \text {arcsinh}(c x))\right )\right )}{d^2}+\frac {(a+b \text {arcsinh}(c x))^2}{2 d^2 \left (c^2 x^2+1\right )}-\frac {b c \left (\frac {x (a+b \text {arcsinh}(c x))}{\sqrt {c^2 x^2+1}}-\frac {b \log \left (c^2 x^2+1\right )}{2 c}\right )}{d^2}\)

input
Int[(a + b*ArcSinh[c*x])^2/(x*(d + c^2*d*x^2)^2),x]
 
output
(a + b*ArcSinh[c*x])^2/(2*d^2*(1 + c^2*x^2)) - (b*c*((x*(a + b*ArcSinh[c*x 
]))/Sqrt[1 + c^2*x^2] - (b*Log[1 + c^2*x^2])/(2*c)))/d^2 + ((2*I)*(I*(a + 
b*ArcSinh[c*x])^2*ArcTanh[E^(2*ArcSinh[c*x])] - I*b*(-1/2*((a + b*ArcSinh[ 
c*x])*PolyLog[2, -E^(2*ArcSinh[c*x])]) + (b*PolyLog[3, -E^(2*ArcSinh[c*x]) 
])/4) + I*b*(-1/2*((a + b*ArcSinh[c*x])*PolyLog[2, E^(2*ArcSinh[c*x])]) + 
(b*PolyLog[3, E^(2*ArcSinh[c*x])])/4)))/d^2
 

3.3.39.3.1 Defintions of rubi rules used

rule 26
Int[(Complex[0, a_])*(Fx_), x_Symbol] :> Simp[(Complex[Identity[0], a])   I 
nt[Fx, x], x] /; FreeQ[a, x] && EqQ[a^2, 1]
 

rule 27
Int[(a_)*(Fx_), x_Symbol] :> Simp[a   Int[Fx, x], x] /; FreeQ[a, x] &&  !Ma 
tchQ[Fx, (b_)*(Gx_) /; FreeQ[b, x]]
 

rule 240
Int[(x_)/((a_) + (b_.)*(x_)^2), x_Symbol] :> Simp[Log[RemoveContent[a + b*x 
^2, x]]/(2*b), x] /; FreeQ[{a, b}, x]
 

rule 2720
Int[u_, x_Symbol] :> With[{v = FunctionOfExponential[u, x]}, Simp[v/D[v, x] 
   Subst[Int[FunctionOfExponentialFunction[u, x]/x, x], x, v], x]] /; Funct 
ionOfExponentialQ[u, x] &&  !MatchQ[u, (w_)*((a_.)*(v_)^(n_))^(m_) /; FreeQ 
[{a, m, n}, x] && IntegerQ[m*n]] &&  !MatchQ[u, E^((c_.)*((a_.) + (b_.)*x)) 
*(F_)[v_] /; FreeQ[{a, b, c}, x] && InverseFunctionQ[F[x]]]
 

rule 3011
Int[Log[1 + (e_.)*((F_)^((c_.)*((a_.) + (b_.)*(x_))))^(n_.)]*((f_.) + (g_.) 
*(x_))^(m_.), x_Symbol] :> Simp[(-(f + g*x)^m)*(PolyLog[2, (-e)*(F^(c*(a + 
b*x)))^n]/(b*c*n*Log[F])), x] + Simp[g*(m/(b*c*n*Log[F]))   Int[(f + g*x)^( 
m - 1)*PolyLog[2, (-e)*(F^(c*(a + b*x)))^n], x], x] /; FreeQ[{F, a, b, c, e 
, f, g, n}, x] && GtQ[m, 0]
 

rule 3042
Int[u_, x_Symbol] :> Int[DeactivateTrig[u, x], x] /; FunctionOfTrigOfLinear 
Q[u, x]
 

rule 4670
Int[csc[(e_.) + (Complex[0, fz_])*(f_.)*(x_)]*((c_.) + (d_.)*(x_))^(m_.), x 
_Symbol] :> Simp[-2*(c + d*x)^m*(ArcTanh[E^((-I)*e + f*fz*x)]/(f*fz*I)), x] 
 + (-Simp[d*(m/(f*fz*I))   Int[(c + d*x)^(m - 1)*Log[1 - E^((-I)*e + f*fz*x 
)], x], x] + Simp[d*(m/(f*fz*I))   Int[(c + d*x)^(m - 1)*Log[1 + E^((-I)*e 
+ f*fz*x)], x], x]) /; FreeQ[{c, d, e, f, fz}, x] && IGtQ[m, 0]
 

rule 5984
Int[Csch[(a_.) + (b_.)*(x_)]^(n_.)*((c_.) + (d_.)*(x_))^(m_.)*Sech[(a_.) + 
(b_.)*(x_)]^(n_.), x_Symbol] :> Simp[2^n   Int[(c + d*x)^m*Csch[2*a + 2*b*x 
]^n, x], x] /; FreeQ[{a, b, c, d}, x] && RationalQ[m] && IntegerQ[n]
 

rule 6202
Int[((a_.) + ArcSinh[(c_.)*(x_)]*(b_.))^(n_.)/((d_) + (e_.)*(x_)^2)^(3/2), 
x_Symbol] :> Simp[x*((a + b*ArcSinh[c*x])^n/(d*Sqrt[d + e*x^2])), x] - Simp 
[b*c*(n/d)*Simp[Sqrt[1 + c^2*x^2]/Sqrt[d + e*x^2]]   Int[x*((a + b*ArcSinh[ 
c*x])^(n - 1)/(1 + c^2*x^2)), x], x] /; FreeQ[{a, b, c, d, e}, x] && EqQ[e, 
 c^2*d] && GtQ[n, 0]
 

rule 6214
Int[((a_.) + ArcSinh[(c_.)*(x_)]*(b_.))^(n_.)/((x_)*((d_) + (e_.)*(x_)^2)), 
 x_Symbol] :> Simp[1/d   Subst[Int[(a + b*x)^n/(Cosh[x]*Sinh[x]), x], x, Ar 
cSinh[c*x]], x] /; FreeQ[{a, b, c, d, e}, x] && EqQ[e, c^2*d] && IGtQ[n, 0]
 

rule 6226
Int[((a_.) + ArcSinh[(c_.)*(x_)]*(b_.))^(n_.)*((f_.)*(x_))^(m_)*((d_) + (e_ 
.)*(x_)^2)^(p_), x_Symbol] :> Simp[(-(f*x)^(m + 1))*(d + e*x^2)^(p + 1)*((a 
 + b*ArcSinh[c*x])^n/(2*d*f*(p + 1))), x] + (Simp[(m + 2*p + 3)/(2*d*(p + 1 
))   Int[(f*x)^m*(d + e*x^2)^(p + 1)*(a + b*ArcSinh[c*x])^n, x], x] + Simp[ 
b*c*(n/(2*f*(p + 1)))*Simp[(d + e*x^2)^p/(1 + c^2*x^2)^p]   Int[(f*x)^(m + 
1)*(1 + c^2*x^2)^(p + 1/2)*(a + b*ArcSinh[c*x])^(n - 1), x], x]) /; FreeQ[{ 
a, b, c, d, e, f, m}, x] && EqQ[e, c^2*d] && GtQ[n, 0] && LtQ[p, -1] &&  !G 
tQ[m, 1] && (IntegerQ[m] || IntegerQ[p] || EqQ[n, 1])
 

rule 7143
Int[PolyLog[n_, (c_.)*((a_.) + (b_.)*(x_))^(p_.)]/((d_.) + (e_.)*(x_)), x_S 
ymbol] :> Simp[PolyLog[n + 1, c*(a + b*x)^p]/(e*p), x] /; FreeQ[{a, b, c, d 
, e, n, p}, x] && EqQ[b*d, a*e]
 
3.3.39.4 Maple [B] (verified)

Leaf count of result is larger than twice the leaf count of optimal. \(531\) vs. \(2(228)=456\).

Time = 0.26 (sec) , antiderivative size = 532, normalized size of antiderivative = 2.76

method result size
derivativedivides \(\frac {a^{2} \left (\ln \left (c x \right )+\frac {1}{2 c^{2} x^{2}+2}-\frac {\ln \left (c^{2} x^{2}+1\right )}{2}\right )}{d^{2}}+\frac {b^{2} \left (\frac {\left (2 c^{2} x^{2}-2 c x \sqrt {c^{2} x^{2}+1}+\operatorname {arcsinh}\left (c x \right )+2\right ) \operatorname {arcsinh}\left (c x \right )}{2 c^{2} x^{2}+2}-2 \ln \left (c x +\sqrt {c^{2} x^{2}+1}\right )+\ln \left (1+\left (c x +\sqrt {c^{2} x^{2}+1}\right )^{2}\right )+\operatorname {arcsinh}\left (c x \right )^{2} \ln \left (1+c x +\sqrt {c^{2} x^{2}+1}\right )+2 \,\operatorname {arcsinh}\left (c x \right ) \operatorname {polylog}\left (2, -c x -\sqrt {c^{2} x^{2}+1}\right )-2 \operatorname {polylog}\left (3, -c x -\sqrt {c^{2} x^{2}+1}\right )-\operatorname {arcsinh}\left (c x \right )^{2} \ln \left (1+\left (c x +\sqrt {c^{2} x^{2}+1}\right )^{2}\right )-\operatorname {arcsinh}\left (c x \right ) \operatorname {polylog}\left (2, -\left (c x +\sqrt {c^{2} x^{2}+1}\right )^{2}\right )+\frac {\operatorname {polylog}\left (3, -\left (c x +\sqrt {c^{2} x^{2}+1}\right )^{2}\right )}{2}+\operatorname {arcsinh}\left (c x \right )^{2} \ln \left (1-c x -\sqrt {c^{2} x^{2}+1}\right )+2 \,\operatorname {arcsinh}\left (c x \right ) \operatorname {polylog}\left (2, c x +\sqrt {c^{2} x^{2}+1}\right )-2 \operatorname {polylog}\left (3, c x +\sqrt {c^{2} x^{2}+1}\right )\right )}{d^{2}}+\frac {2 a b \left (\frac {-c x \sqrt {c^{2} x^{2}+1}+c^{2} x^{2}+\operatorname {arcsinh}\left (c x \right )+1}{2 c^{2} x^{2}+2}+\operatorname {arcsinh}\left (c x \right ) \ln \left (1+c x +\sqrt {c^{2} x^{2}+1}\right )+\operatorname {polylog}\left (2, -c x -\sqrt {c^{2} x^{2}+1}\right )-\operatorname {arcsinh}\left (c x \right ) \ln \left (1+\left (c x +\sqrt {c^{2} x^{2}+1}\right )^{2}\right )-\frac {\operatorname {polylog}\left (2, -\left (c x +\sqrt {c^{2} x^{2}+1}\right )^{2}\right )}{2}+\operatorname {arcsinh}\left (c x \right ) \ln \left (1-c x -\sqrt {c^{2} x^{2}+1}\right )+\operatorname {polylog}\left (2, c x +\sqrt {c^{2} x^{2}+1}\right )\right )}{d^{2}}\) \(532\)
default \(\frac {a^{2} \left (\ln \left (c x \right )+\frac {1}{2 c^{2} x^{2}+2}-\frac {\ln \left (c^{2} x^{2}+1\right )}{2}\right )}{d^{2}}+\frac {b^{2} \left (\frac {\left (2 c^{2} x^{2}-2 c x \sqrt {c^{2} x^{2}+1}+\operatorname {arcsinh}\left (c x \right )+2\right ) \operatorname {arcsinh}\left (c x \right )}{2 c^{2} x^{2}+2}-2 \ln \left (c x +\sqrt {c^{2} x^{2}+1}\right )+\ln \left (1+\left (c x +\sqrt {c^{2} x^{2}+1}\right )^{2}\right )+\operatorname {arcsinh}\left (c x \right )^{2} \ln \left (1+c x +\sqrt {c^{2} x^{2}+1}\right )+2 \,\operatorname {arcsinh}\left (c x \right ) \operatorname {polylog}\left (2, -c x -\sqrt {c^{2} x^{2}+1}\right )-2 \operatorname {polylog}\left (3, -c x -\sqrt {c^{2} x^{2}+1}\right )-\operatorname {arcsinh}\left (c x \right )^{2} \ln \left (1+\left (c x +\sqrt {c^{2} x^{2}+1}\right )^{2}\right )-\operatorname {arcsinh}\left (c x \right ) \operatorname {polylog}\left (2, -\left (c x +\sqrt {c^{2} x^{2}+1}\right )^{2}\right )+\frac {\operatorname {polylog}\left (3, -\left (c x +\sqrt {c^{2} x^{2}+1}\right )^{2}\right )}{2}+\operatorname {arcsinh}\left (c x \right )^{2} \ln \left (1-c x -\sqrt {c^{2} x^{2}+1}\right )+2 \,\operatorname {arcsinh}\left (c x \right ) \operatorname {polylog}\left (2, c x +\sqrt {c^{2} x^{2}+1}\right )-2 \operatorname {polylog}\left (3, c x +\sqrt {c^{2} x^{2}+1}\right )\right )}{d^{2}}+\frac {2 a b \left (\frac {-c x \sqrt {c^{2} x^{2}+1}+c^{2} x^{2}+\operatorname {arcsinh}\left (c x \right )+1}{2 c^{2} x^{2}+2}+\operatorname {arcsinh}\left (c x \right ) \ln \left (1+c x +\sqrt {c^{2} x^{2}+1}\right )+\operatorname {polylog}\left (2, -c x -\sqrt {c^{2} x^{2}+1}\right )-\operatorname {arcsinh}\left (c x \right ) \ln \left (1+\left (c x +\sqrt {c^{2} x^{2}+1}\right )^{2}\right )-\frac {\operatorname {polylog}\left (2, -\left (c x +\sqrt {c^{2} x^{2}+1}\right )^{2}\right )}{2}+\operatorname {arcsinh}\left (c x \right ) \ln \left (1-c x -\sqrt {c^{2} x^{2}+1}\right )+\operatorname {polylog}\left (2, c x +\sqrt {c^{2} x^{2}+1}\right )\right )}{d^{2}}\) \(532\)
parts \(\frac {a^{2}}{2 d^{2} \left (c^{2} x^{2}+1\right )}-\frac {a^{2} \ln \left (c^{2} x^{2}+1\right )}{2 d^{2}}+\frac {a^{2} \ln \left (x \right )}{d^{2}}+\frac {b^{2} \left (\frac {\left (2 c^{2} x^{2}-2 c x \sqrt {c^{2} x^{2}+1}+\operatorname {arcsinh}\left (c x \right )+2\right ) \operatorname {arcsinh}\left (c x \right )}{2 c^{2} x^{2}+2}-2 \ln \left (c x +\sqrt {c^{2} x^{2}+1}\right )+\ln \left (1+\left (c x +\sqrt {c^{2} x^{2}+1}\right )^{2}\right )+\operatorname {arcsinh}\left (c x \right )^{2} \ln \left (1+c x +\sqrt {c^{2} x^{2}+1}\right )+2 \,\operatorname {arcsinh}\left (c x \right ) \operatorname {polylog}\left (2, -c x -\sqrt {c^{2} x^{2}+1}\right )-2 \operatorname {polylog}\left (3, -c x -\sqrt {c^{2} x^{2}+1}\right )-\operatorname {arcsinh}\left (c x \right )^{2} \ln \left (1+\left (c x +\sqrt {c^{2} x^{2}+1}\right )^{2}\right )-\operatorname {arcsinh}\left (c x \right ) \operatorname {polylog}\left (2, -\left (c x +\sqrt {c^{2} x^{2}+1}\right )^{2}\right )+\frac {\operatorname {polylog}\left (3, -\left (c x +\sqrt {c^{2} x^{2}+1}\right )^{2}\right )}{2}+\operatorname {arcsinh}\left (c x \right )^{2} \ln \left (1-c x -\sqrt {c^{2} x^{2}+1}\right )+2 \,\operatorname {arcsinh}\left (c x \right ) \operatorname {polylog}\left (2, c x +\sqrt {c^{2} x^{2}+1}\right )-2 \operatorname {polylog}\left (3, c x +\sqrt {c^{2} x^{2}+1}\right )\right )}{d^{2}}+\frac {2 a b \left (\frac {-c x \sqrt {c^{2} x^{2}+1}+c^{2} x^{2}+\operatorname {arcsinh}\left (c x \right )+1}{2 c^{2} x^{2}+2}+\operatorname {arcsinh}\left (c x \right ) \ln \left (1+c x +\sqrt {c^{2} x^{2}+1}\right )+\operatorname {polylog}\left (2, -c x -\sqrt {c^{2} x^{2}+1}\right )-\operatorname {arcsinh}\left (c x \right ) \ln \left (1+\left (c x +\sqrt {c^{2} x^{2}+1}\right )^{2}\right )-\frac {\operatorname {polylog}\left (2, -\left (c x +\sqrt {c^{2} x^{2}+1}\right )^{2}\right )}{2}+\operatorname {arcsinh}\left (c x \right ) \ln \left (1-c x -\sqrt {c^{2} x^{2}+1}\right )+\operatorname {polylog}\left (2, c x +\sqrt {c^{2} x^{2}+1}\right )\right )}{d^{2}}\) \(541\)

input
int((a+b*arcsinh(c*x))^2/x/(c^2*d*x^2+d)^2,x,method=_RETURNVERBOSE)
 
output
a^2/d^2*(ln(c*x)+1/2/(c^2*x^2+1)-1/2*ln(c^2*x^2+1))+b^2/d^2*(1/2*(2*c^2*x^ 
2-2*c*x*(c^2*x^2+1)^(1/2)+arcsinh(c*x)+2)*arcsinh(c*x)/(c^2*x^2+1)-2*ln(c* 
x+(c^2*x^2+1)^(1/2))+ln(1+(c*x+(c^2*x^2+1)^(1/2))^2)+arcsinh(c*x)^2*ln(1+c 
*x+(c^2*x^2+1)^(1/2))+2*arcsinh(c*x)*polylog(2,-c*x-(c^2*x^2+1)^(1/2))-2*p 
olylog(3,-c*x-(c^2*x^2+1)^(1/2))-arcsinh(c*x)^2*ln(1+(c*x+(c^2*x^2+1)^(1/2 
))^2)-arcsinh(c*x)*polylog(2,-(c*x+(c^2*x^2+1)^(1/2))^2)+1/2*polylog(3,-(c 
*x+(c^2*x^2+1)^(1/2))^2)+arcsinh(c*x)^2*ln(1-c*x-(c^2*x^2+1)^(1/2))+2*arcs 
inh(c*x)*polylog(2,c*x+(c^2*x^2+1)^(1/2))-2*polylog(3,c*x+(c^2*x^2+1)^(1/2 
)))+2*a*b/d^2*(1/2*(-c*x*(c^2*x^2+1)^(1/2)+c^2*x^2+arcsinh(c*x)+1)/(c^2*x^ 
2+1)+arcsinh(c*x)*ln(1+c*x+(c^2*x^2+1)^(1/2))+polylog(2,-c*x-(c^2*x^2+1)^( 
1/2))-arcsinh(c*x)*ln(1+(c*x+(c^2*x^2+1)^(1/2))^2)-1/2*polylog(2,-(c*x+(c^ 
2*x^2+1)^(1/2))^2)+arcsinh(c*x)*ln(1-c*x-(c^2*x^2+1)^(1/2))+polylog(2,c*x+ 
(c^2*x^2+1)^(1/2)))
 
3.3.39.5 Fricas [F]

\[ \int \frac {(a+b \text {arcsinh}(c x))^2}{x \left (d+c^2 d x^2\right )^2} \, dx=\int { \frac {{\left (b \operatorname {arsinh}\left (c x\right ) + a\right )}^{2}}{{\left (c^{2} d x^{2} + d\right )}^{2} x} \,d x } \]

input
integrate((a+b*arcsinh(c*x))^2/x/(c^2*d*x^2+d)^2,x, algorithm="fricas")
 
output
integral((b^2*arcsinh(c*x)^2 + 2*a*b*arcsinh(c*x) + a^2)/(c^4*d^2*x^5 + 2* 
c^2*d^2*x^3 + d^2*x), x)
 
3.3.39.6 Sympy [F]

\[ \int \frac {(a+b \text {arcsinh}(c x))^2}{x \left (d+c^2 d x^2\right )^2} \, dx=\frac {\int \frac {a^{2}}{c^{4} x^{5} + 2 c^{2} x^{3} + x}\, dx + \int \frac {b^{2} \operatorname {asinh}^{2}{\left (c x \right )}}{c^{4} x^{5} + 2 c^{2} x^{3} + x}\, dx + \int \frac {2 a b \operatorname {asinh}{\left (c x \right )}}{c^{4} x^{5} + 2 c^{2} x^{3} + x}\, dx}{d^{2}} \]

input
integrate((a+b*asinh(c*x))**2/x/(c**2*d*x**2+d)**2,x)
 
output
(Integral(a**2/(c**4*x**5 + 2*c**2*x**3 + x), x) + Integral(b**2*asinh(c*x 
)**2/(c**4*x**5 + 2*c**2*x**3 + x), x) + Integral(2*a*b*asinh(c*x)/(c**4*x 
**5 + 2*c**2*x**3 + x), x))/d**2
 
3.3.39.7 Maxima [F]

\[ \int \frac {(a+b \text {arcsinh}(c x))^2}{x \left (d+c^2 d x^2\right )^2} \, dx=\int { \frac {{\left (b \operatorname {arsinh}\left (c x\right ) + a\right )}^{2}}{{\left (c^{2} d x^{2} + d\right )}^{2} x} \,d x } \]

input
integrate((a+b*arcsinh(c*x))^2/x/(c^2*d*x^2+d)^2,x, algorithm="maxima")
 
output
1/2*a^2*(1/(c^2*d^2*x^2 + d^2) - log(c^2*x^2 + 1)/d^2 + 2*log(x)/d^2) + in 
tegrate(b^2*log(c*x + sqrt(c^2*x^2 + 1))^2/(c^4*d^2*x^5 + 2*c^2*d^2*x^3 + 
d^2*x) + 2*a*b*log(c*x + sqrt(c^2*x^2 + 1))/(c^4*d^2*x^5 + 2*c^2*d^2*x^3 + 
 d^2*x), x)
 
3.3.39.8 Giac [F]

\[ \int \frac {(a+b \text {arcsinh}(c x))^2}{x \left (d+c^2 d x^2\right )^2} \, dx=\int { \frac {{\left (b \operatorname {arsinh}\left (c x\right ) + a\right )}^{2}}{{\left (c^{2} d x^{2} + d\right )}^{2} x} \,d x } \]

input
integrate((a+b*arcsinh(c*x))^2/x/(c^2*d*x^2+d)^2,x, algorithm="giac")
 
output
integrate((b*arcsinh(c*x) + a)^2/((c^2*d*x^2 + d)^2*x), x)
 
3.3.39.9 Mupad [F(-1)]

Timed out. \[ \int \frac {(a+b \text {arcsinh}(c x))^2}{x \left (d+c^2 d x^2\right )^2} \, dx=\int \frac {{\left (a+b\,\mathrm {asinh}\left (c\,x\right )\right )}^2}{x\,{\left (d\,c^2\,x^2+d\right )}^2} \,d x \]

input
int((a + b*asinh(c*x))^2/(x*(d + c^2*d*x^2)^2),x)
 
output
int((a + b*asinh(c*x))^2/(x*(d + c^2*d*x^2)^2), x)